home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
TeX 1995 July
/
TeX CD-ROM July 1995 (Disc 1)(Walnut Creek)(1995).ISO
/
tex-k
/
fontname-1.6.tar.gz
/
fontname-1.6.tar
/
fontname-1.6
/
fnget.h
< prev
next >
Wrap
C/C++ Source or Header
|
1993-04-09
|
390b
|
20 lines
/* fnget.h
Graham Asher */
#ifndef FONTNAME_H_
#define FONTNAME_H_ 1
#if __STDC__
#include <stddef.h> /* for size_t */
#endif
/* This is a pretty kludgy way to get around prototypes, but at least
non-STDC compilers won't bomb out. --karl@cs.umb.edu */
extern int FNget (
#if __STDC__
char *dest, size_t size, char *filename, char *template
#endif
);
#endif /* FONTNAME_H_ */